Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(home-assistant): postgres-init image #2822

Merged
merged 1 commit into from
Apr 12, 2024

Conversation

tyriis
Copy link
Owner

@tyriis tyriis commented Apr 12, 2024

No description provided.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@tyriis-automation
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 1 0 0.02s
✅ REPOSITORY gitleaks yes no 2.18s
✅ YAML prettier 1 0 0.49s
✅ YAML yamllint 1 0 0.29s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@tyriis-automation
Copy link
Contributor

--- kubernetes/talos-flux/apps/home-automation/home-assistant/app Kustomization: flux-system/apps-home-assistant HelmRelease: home-automation/home-assistant

+++ kubernetes/talos-flux/apps/home-automation/home-assistant/app Kustomization: flux-system/apps-home-assistant HelmRelease: home-automation/home-assistant

@@ -58,14 +58,14 @@

               POSTGRES_SUPER_PASS: ${SECRET_CLOUDNATIVE_PG_PASSWORD}
               TZ: ${SETTING_TZ}
             envFrom:
             - secretRef:
                 name: home-assistant-secrets
             image:
-              repository: ghcr.io/onedr0p/postgres-initdb
-              tag: 14.8@sha256:0141cf427c47f2d534711a3f9e8c5f9008bc6b585463ccd9288cf0f027e20deb
+              repository: ghcr.io/onedr0p/postgres-init
+              tag: 14.10@sha256:71ddc70edccf201d6a521fe6216bc58d8c7c856a1ef96c4d4fbe9f548818ea4d
     ingress:
       app:
         annotations:
           cert-manager.io/cluster-issuer: letsencrypt-production
           hajimari.io/enable: 'true'
           hajimari.io/icon: home-assistant

@tyriis-automation
Copy link
Contributor

--- HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant

+++ HelmRelease: home-automation/home-assistant Deployment: home-automation/home-assistant

@@ -40,13 +40,13 @@

           value: ${SECRET_CLOUDNATIVE_PG_PASSWORD}
         - name: TZ
           value: ${SETTING_TZ}
         envFrom:
         - secretRef:
             name: home-assistant-secrets
-        image: ghcr.io/onedr0p/postgres-initdb:14.8@sha256:0141cf427c47f2d534711a3f9e8c5f9008bc6b585463ccd9288cf0f027e20deb
+        image: ghcr.io/onedr0p/postgres-init:14.10@sha256:71ddc70edccf201d6a521fe6216bc58d8c7c856a1ef96c4d4fbe9f548818ea4d
         name: init-db
       containers:
       - env:
         - name: TZ
           value: ${SETTING_TZ}
         envFrom:

@tyriis tyriis merged commit 8ad2782 into main Apr 12, 2024
15 checks passed
@tyriis tyriis deleted the bugfix/homeassisstant-postgress-initdb branch April 12, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant